ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyline Class / ImGearARTPolyline Constructor / ImGearARTPolyline Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32,Int32,Boolean)
The mark's points.
Color of the mark.
The line style.
The line width.
Opacity of the mark.
Specifies whether the line is closed or not.




In This Topic
    ImGearARTPolyline Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32,Int32,Boolean)
    In This Topic
    Initializes a new instance of the ImGearARTPolyline class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As ImGearPoint, _
       ByVal color As IImGearRGBQuad, _
       ByVal style As ImGearARTPenStyle, _
       ByVal width As Integer, _
       ByVal opacity As Integer, _
       ByVal isClosed As Boolean _
    )
    'Usage
     
    Dim points() As ImGearPoint
    Dim color As IImGearRGBQuad
    Dim style As ImGearARTPenStyle
    Dim width As Integer
    Dim opacity As Integer
    Dim isClosed As Boolean
     
    Dim instance As New ImGearARTPolyline(points, color, style, width, opacity, isClosed)
    public ImGearARTPolyline( 
       ImGearPoint[] points,
       IImGearRGBQuad color,
       ImGearARTPenStyle style,
       int width,
       int opacity,
       bool isClosed
    )
    public: ImGearARTPolyline( 
       ImGearPoint[]* points,
       IImGearRGBQuad* color,
       ImGearARTPenStyle style,
       int width,
       int opacity,
       bool isClosed
    )
    public:
    ImGearARTPolyline( 
       array<ImGearPoint>^ points,
       IImGearRGBQuad^ color,
       ImGearARTPenStyle style,
       int width,
       int opacity,
       bool isClosed
    )

    Parameters

    points
    The mark's points.
    color
    Color of the mark.
    style
    The line style.
    width
    The line width.
    opacity
    Opacity of the mark.
    isClosed
    Specifies whether the line is closed or not.
    See Also